home *** CD-ROM | disk | FTP | other *** search
/ Comix Games / Comix Games.iso / waldo / waldo.exe / FINAL08.DXR / 00293.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  306 b   |  12 lines

  1. global gOkaySprite
  2.  
  3. on exitFrame
  4.   if word 1 of the text of cast "Query" = EMPTY then
  5.     set the visible of sprite gOkaySprite to 1
  6.     set the visible of sprite (gOkaySprite + 1) to 1
  7.   else
  8.     set the visible of sprite gOkaySprite to 0
  9.     set the visible of sprite (gOkaySprite + 1) to 0
  10.   end if
  11. end
  12.